BindingName Property (Sunburst<T>)
In This Topic
Gets or sets the names of the binding data fields. Please use comma to separate the field names.
Syntax
'Declaration
Public Overrides Property BindingName As String
public override string BindingName {get; set;}
See Also